DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection<T> Class / InsertAsyncOverride Method

In This Topic
    InsertAsyncOverride Method (C1AdoNetVirtualDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function InsertAsyncOverride( _
       ByVal index As Integer, _
       ByVal item As T, _
       ByVal cancellationToken As CancellationToken _
    ) As Task(Of Integer)
    protected override Task<int> InsertAsyncOverride( 
       int index,
       T item,
       CancellationToken cancellationToken
    )

    Parameters

    index
    item
    cancellationToken
    See Also